home *** CD-ROM | disk | FTP | other *** search
- -- background: 2779 from stack: in
- -- bmap block id: 3710
- -- flags: 0000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
- on import
- repeat for the number of cards
- get field "first name"
- if it is not empty then
- put it into field "name"
- put space after field "name"
- end if
- get field "last name"
- if it is not empty then
- put it after field "name"
- end if
- go to next card
- end repeat
- end import
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=166 top=280 right=303 bottom=192
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe left
- go to prev card
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=201 top=280 right=303 bottom=226
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe right
- go to next card
- end mouseUp
-
-
-
- -- part 17 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=40 top=49 right=68 bottom=128
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 128
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name: Call
-
-
- -- part 26 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=248 top=50 right=69 bottom=297
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 128
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name: call district
-
-
- -- part 38 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=45 top=71 right=90 bottom=337
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: name
-
-
- -- part 21 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=61 top=94 right=112 bottom=354
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: address
-
-
- -- part 22 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=42 top=118 right=138 bottom=192
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: city
-
-
- -- part 23 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=230 top=118 right=138 bottom=264
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: state
-
-
- -- part 24 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=289 top=118 right=136 bottom=355
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: zip
-
-
- -- part 25 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=85 top=138 right=155 bottom=200
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: telephone
-
-
- -- part 30 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=9 top=274 right=296 bottom=146
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Sort by Call District
- ----- HyperTalk script -----
- on mouseUp
- sort by field "call district"
- end mouseUp
-
-
-
- -- part 31 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=113 top=247 right=269 bottom=199
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Sort by Call
- ----- HyperTalk script -----
- on mouseUp
- sort by field "call"
- end mouseUp
-
-
-
- -- part 32 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=9 top=246 right=268 bottom=106
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Sort by Name
- ----- HyperTalk script -----
- on mouseUp
- sort by last word of field "name"
- end mouseUp
-
-
-
- -- part 34 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=85 top=162 right=179 bottom=200
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: telephone
-
-
- -- part 27 (field)
- -- low flags: 00
- -- high flags: 4002
- -- rect: left=361 top=69 right=287 bottom=487
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: member data
-
-
- -- part 35 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=31 top=212 right=240 bottom=79
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Find
- ----- HyperTalk script -----
- on mouseUp
- doMenu "Find..."
- set the loc of message to 6,315
- end mouseUp
-
-
-
- -- part 36 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=104 top=216 right=237 bottom=184
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Entry
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe left
- go last card
- visual effect scroll left
- doMenu "New Card"
- end mouseUp
-
-
-
- -- part 37 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=302 top=165 right=184 bottom=347
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: MemberP
-
-
- -- part 39 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=281 top=270 right=309 bottom=348
- -- title width / last selected line: 0
- -- icon id / first selected line: 1012 / 1012
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Back to Radio
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- pop card
- end mouseUp
-
-
-
- -- part 40 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=398 top=25 right=47 bottom=470
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: back to radio
- ----- HyperTalk script -----
- on mouseUp
- go to card id 2983 of stack "Radio"
- end mouseUp
-
-
-